/* CSS Document */
@charset "utf-8";
*{margin: 0 auto; padding: 0;}
body
{
	font-size: 12px;
	color: #121212;
	font-family:  Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
	background:url(../images/body.jpg);
}
ul,li
{
	list-style-type: none;
}
img,ul,li,button
{
	padding: 0px;
	margin: 0px;
}
img,button
{
	border: none;
}
a
{
	color: #000;
	text-decoration: none;
    display:inline-block;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
img
{
	border: 0;
}
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix
{
	display: inline-table;
}

input,textarea
{
	outline: none;
	border: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
h3{ font-size:18px; font-weight:normal;  }
/* End hide from IE-mac */
h3 a{ color:#;}

/*top*/
.top{ width:100%; height:34px; background:#efefef; line-height:34px;}
.top-c{ width:1180px; margin:0 auto;}
.top-c dl dt{ float:left; width:190px;}
.top-c dl dd{ float:right; width:314px; background:#FFF; text-align:center;}
.top-c dl dd a{ margin:0 7px;}


/*header*/
.header{ width:1180px; margin:0 auto; height:78px; padding:25px 0; overflow:hidden;}
.logo{ width:710px; float:left;}
.logo dt{ float:left;}
.logo dd{ float:left; font-size:18px; color:#01509a; margin:20px 0 0 25px;}
.phone{ width:170px; float:right; height:50px; background:url(../images/phone.png) no-repeat left; padding-left:80px; font-size:14px; margin-top:15px;}
.phone span{ font-size:24px; color:#ff9a0a;}

/*nav*/
.another{background:url(../images/nav_hover.jpg) no-repeat top;}
.nav{ width:100%; background:url(../images/nav.jpg) repeat-x; height:50px; line-height:50px;}
.nav-c{ width:1180px; margin:0 auto;}
.nav-c ul li{ float:left; font-size:14px; text-align:center; width:104px;}
.nav-c ul li a{ color:#FFF;}
.nav-c ul li:hover{ background:url(../images/nav_hover.jpg) no-repeat; width:104px; text-align:center;}



/*footer*/
.footer{ width:100%; background:#276d0d; height:auto; overflow:hidden; padding:30px 0; margin-top:30px; color:#FFF;}
.footer-c{ width:1180px; margin:0 auto;}
.footer-nav{ height:40px; line-height:40px; border-bottom:1px dashed #FFF; font-size:14px;}
.footer-nav a{ margin:0 23px;}
.footer a{ color:#FFF;}
.last{ text-align:center; margin-top:20px;}
.last p{ line-height:28px;}

















































